﻿@charset "utf-8";

/*我们的观点*/
.system { width: 100%; height: 742px; padding: 121px 0; background: #141b33 url(../images/system-bg.jpg) center center no-repeat; }
.system .sysc { width: 1200px; height: 535px; margin: 0 auto; background: url(../images/fbxt-bg.png) center center no-repeat; }
.system .syscon { width: 50%; height: 500px; }
.system .left { float: left; padding: 125px 110px 100px 110px; }
.system .right { float: right; padding: 125px 100px 100px 100px; }

.system .syscon span { width: 100%; height: 36px; line-height: 36px; font-size: 32px; color: #f55f33; font-weight: bold; text-align: center; margin-top: 6px; display: block; }
.system .syscon p { width: 100%; height: 150px; line-height: 30px; font-size: 14px; color: #fff; text-align: center; margin-top: 40px; }
.system .syscon .stsbtn { width: 160px; height: 45px; line-height: 43px; font-size: 16px; color: #fff; text-align: center; border: 1px solid #f55f33; background-color: #f55f33; display: block; margin: 25px auto 0; border-radius: 5px; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.system .syscon .stsbtn:hover { background-color: #fff; color: #f55f33; }

.system .left span { padding-right: 30px; }
.system .right span { padding-left: 30px; }
.system .left p { padding-right: 20px; }
.system .right p { padding-left: 25px; }

@media (max-width:1440px) {
}

@media (max-width:1200px) {
    .system .sysc { max-width: 1200px; width: 100%; }
    .system .left { float: left; padding: 125px 110px 100px 60px; }
    .system .right { float: right; padding: 125px 50px 100px 100px; }
    .system .left span { padding-right: 100px; text-align: right; }
    .system .right span { padding-left: 100px; text-align: left; }
}

@media (max-width:991px) {
    .system { height: auto; background-size: cover; padding: 50px 0; }
    .system .sysc { height: auto; background-image: none; }
    .system .syscon { width: auto; height: auto; border: 1px solid #3d5df7; margin: 10px; box-sizing: border-box; }
    .system .left { float: none; padding: 50px; }
    .system .right { float: none; padding: 50px; }
    .system .left span { padding-right: 0; text-align: center; }
    .system .right span { padding-left: 0; text-align: center; }
    .system .left p { padding-right: 0; }
    .system .right p { padding-left: 0; }
    .system .syscon span { font-size: 26px }
    .system .syscon p { height: auto; margin-top: 20px; }
    .system .syscon .stsbtn { width: 120px; height: 36px; line-height: 36px; font-size: 14px; }
}

@media (max-width:640px) {
    .system { padding: 20px 0; }
    .system .left { padding: 20px; }
    .system .right { padding: 20px; }
    .system .syscon span { font-size: 20px }
    .system .syscon p { margin-top: 10px; line-height: 24px; }
}

/*速客云的优势*/
.sys-sky { width: 100%; height: 655px; padding: 100px 0; background: #0f162d url(../images/ys-bg-2-2.png) bottom center no-repeat; box-sizing: border-box; }
.sys-sky .sky { width: 1200px; margin: 0 auto; }
.sys-sky .sky h3 { width: 100%; height: 40px; line-height: 40px; font-size: 32px; color: #ffffff; text-align: center; margin-bottom: 55px; }

.skylist { width: 100%; }
.skylist li { width: 23.75%; height: 360px; float: left; padding: 25px; margin-right: 1.25%; background-color: #fff; border-radius: 3px; cursor: pointer; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.skylist li:nth-child(3) { padding: 15px; }
.skylist li:last-child { margin-right: 0; }
.skylist li:hover { background-color: #f55f33; transform: translate(0,-10px); }

.skylist li .img { width: 100%; height: 210px; line-height: 210px; text-align: center; }
.skylist li .img img { max-width: 100%; max-height: 100%; vertical-align: middle; }
.skylist li:nth-child(1) .img { }
.skylist li:nth-child(2) .img { }
.skylist li:nth-child(3) .img { }
.skylist li:nth-child(3) .img { }
.skylist li .tit { width: 100%; line-height: 36px; font-size: 18px; color: #686868; text-align: center; }
.skylist li:hover .tit { color: #fff; }

@media (max-width:1440px) {
}

@media (max-width:1200px) {
    .sys-sky { height: auto; padding: 50px 0; }
    .sys-sky .sky h3 { font-size: 28px; margin-bottom: 45px; }
    .sys-sky .sky { max-width: 1200px; width: auto; margin: 0 10px; }
    .skylist li { width: 24%; margin-right: 1%; }
}

@media (max-width:991px) {
    .sys-sky { padding: 30px 0; }
    .sys-sky .sky h3 { font-size: 22px; margin-bottom: 35px; }
    .skylist li { height: 300px; padding: 15px; }
    .skylist li .img { height: 160px; line-height: 160px; }
    .skylist li .tit { line-height: 26px; font-size: 16px; }
}

@media (max-width:640px) {
    .sys-sky { padding: 20px 0; }
    .sys-sky .sky h3 { font-size: 18px; margin-bottom: 20px; }
    .skylist li { width: 49%; height: 260px; margin-right: 2%; margin-bottom: 20px; padding: 10px; }
    .skylist li:nth-child(2n) { margin-right: 0; }
    .skylist li .img { height: 120px; line-height: 120px; margin-bottom: 10px; }
    .skylist li .tit { line-height: 24px; font-size: 14px; }
}

/*合作资源平台*/
.hzzy-pt { width: 100%; height: 715px; padding: 100px 0; background: #0f162d; position: relative; overflow: hidden; }
.hzzy-pt .wave { position: absolute; bottom: 0; }
.hzzy-pt .zypt { width: 1200px; height: 540px; margin: 0 auto; position: relative; }
.hzzy-pt .zypt h3 { width: 100%; height: 40px; line-height: 40px; font-size: 32px; color: #ffffff; text-align: center; margin-bottom: 10px; }
.hzzy-pt .zypt p.p { width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #ffffff; text-align: center; margin-bottom: 50px; }

.hzzy-pt .hzlist { width: 100%; position: absolute; left: 0; bottom: 0; z-index: 99; }
.hzzy-pt .hzlist ul { margin-left: -1.25%; overflow: hidden; }
.hzzy-pt .hzlist li { width: 23.75%; height: 120px; float: left; margin-left: 1.25%; margin-bottom: 15px; cursor: pointer; }
/*.hzzy-pt .hzlist li:nth-child(4n) { margin-right: 0; }*/
.hzzy-pt .hzlist li .hzimg { width: 100%; height: 120px; line-height: 120px; text-align: center; overflow: hidden; }
.hzzy-pt .hzlist li .hzimg img { max-width: 100%; max-height: 100%; vertical-align: middle; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.hzzy-pt .hzlist li:hover .hzimg img { transform: scale(1.1); }

@media (max-width:1440px) {
}

@media (max-width:1200px) {
    .hzzy-pt { padding: 50px 0; }
    .hzzy-pt .zypt { max-width: 1200px; width: auto; margin: 0 10px; }
    .hzzy-pt .zypt h3 { font-size: 28px; }
    .hzzy-pt .zypt p.p { margin-bottom: 30px; }
}

@media (max-width:991px) {
    .hzzy-pt { padding: 35px 0; }
    .hzzy-pt { height: 590px; }
    .hzzy-pt .zypt { height: 480px; }
    .hzzy-pt .zypt h3 { font-size: 22px; margin-bottom: 5px; }
    .hzzy-pt .zypt p.p { margin-bottom: 20px; }
    .hzzy-pt .hzlist { }
}

@media (max-width:640px) {
    .hzzy-pt { padding: 25px 0; }
    .hzzy-pt { height: 555px; }
    .hzzy-pt .zypt { height: 430px; }
    .hzzy-pt .zypt h3 { font-size: 18px; }
    .hzzy-pt .zypt p.p { margin-bottom: 10px; }
    .hzzy-pt .hzlist ul { margin-left: -2%; overflow: hidden; }
    .hzzy-pt .hzlist li { width: 31.3%; height: 70px; margin-left: 2%; }
    .hzzy-pt .hzlist li .hzimg { height: 70px; line-height: 70px; }
    .hzzy-pt .hzlist li .hzimg img { width: 100%; height: 100%; object-fit: cover; }
}

@media (max-width:440px) {
    .hzzy-pt { padding: 20px 0; height: 700px; }
    .hzzy-pt .zypt { height: 590px; }
    .hzzy-pt .hzlist li { width: 48%; height: 70px; margin-left: 2%; }
    .hzzy-pt .hzlist li .hzimg { height: 70px; line-height: 70px; }
    .hzzy-pt .hzlist li .hzimg img { width: 100%; height: 100%; object-fit: cover; }
}



/*成功案例*/
.sys-case { width: 100%; height: auto; padding: 100px 0; background: #0e152b url(../images/casebg.jpg) center center no-repeat; }
.sys-case .case { width: 1200px; margin: 0 auto; }
.sys-case .case h3 { width: 100%; height: 40px; line-height: 40px; font-size: 32px; color: #ffffff; text-align: center; margin-bottom: 10px; }
.sys-case .case p.p { width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #999999; text-align: center; margin-bottom: 50px; }

.sys-case .caselist { }
.sys-case .caselist ul { margin-left: -30px; overflow: hidden; }
.sys-case .caselist li { width: 380px; height: 345px; margin: 0 0 30px 30px; float: left; }
.sys-case .caselist li .fy-picbox { width: 100%; height: 285px; background: #fff; overflow: hidden; }
.sys-case .caselist li .fy-picbox a { line-height: 285px; height: 285px; }
.sys-case .caselist li .fy-picbox img { max-width: 100%; max-height: 100%; vertical-align: middle; object-fit: cover; -webkit-transition: all .5s; transition: all .5s; }
.sys-case .caselist li:active .fy-picbox img,
.sys-case .caselist li:hover .fy-picbox img { transform: scale(1.05); }
.sys-case .caselist li .casetit { width: 100%; height: 60px; position: relative; }
.sys-case .caselist li .casetit a { display: block; }
.sys-case .caselist li .casetit h3 { width: 100%; height: 60px; line-height: 60px; text-align: center; font-weight: normal; font-size: 16px; color: #333333; background-color: #fff; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .3s; transition: all .3s; }
.sys-case .caselist li:active .casetit h3,
.sys-case .caselist li:hover .casetit h3 { background-color: #f55f33; color: #fff; }

.sys-case .caselist li .casetit .casunn { width: 100%; height: 0; position: absolute; bottom: 60px; left: 0; -webkit-transition: all .3s; transition: all .3s; overflow: hidden; background-color: rgba(0,0,0,0.6); }
.sys-case .caselist li:active .casetit .casunn,
.sys-case .caselist li:hover .casetit .casunn { height: 110px; }
.sys-case .caselist li .casetit .casunn .sunn { width: 100%; height: 90px; line-height: 28px; padding: 10px; font-size: 14px; color: #fefefe; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }


.sys-case .caselist .fy-page { clear: both; text-align: center; margin: 30px 0 0 0; }
.sys-case .caselist .fy-page a { border: 1px solid #dbdbdb; background: #fff; padding: 5px 10px; margin: 1px; display: inline-block; color: #000; }
.sys-case .caselist .fy-page a:hover { text-decoration: none; background-color: #f55f33; color: #fff; border: 1px solid #f55f33; }
.sys-case .caselist .fy-page span a { border: 1px solid #f55f33; background: #fff; padding: 2px 7px; margin: 1px; display: inline-block; color: #f55f33; }
.sys-case .caselist .fy-page span a:hover { text-decoration: none; background-color: #f55f33; }
.sys-case .caselist .fy-page .currentpage { background-color: #f55f33; color: #fff; border: 1px solid #f55f33; }
.sys-case .caselist .fy-wap-page { display: none; }


@media (max-width:1440px) {
}

@media (max-width:1200px) {
    .sys-case { padding: 50px 0; }
    .sys-case .case { max-width: 1200px; width: auto; margin: 0 10px; }
    .sys-case .case h3 { font-size: 28px; }
    .sys-case .case p.p { margin-bottom: 30px; height: auto; }
    .sys-case .caselist ul { margin-left: -2%; }
    .sys-case .caselist li { width: 31.3%; height: auto; margin-left: 2%; }
    .sys-case .caselist li .fy-picbox { height: 230px; }
    .sys-case .caselist li .fy-picbox a { line-height: 230px; height: 230px; }
    .sys-case .caselist li .fy-picbox img { width: 100%; height: 100%; }
}

@media (max-width:991px) {
    .sys-case { padding: 35px 0; }
    .sys-case .case h3 { font-size: 22px; margin-bottom: 5px; }
    .sys-case .case p.p { margin-bottom: 20px; }
    .sys-case .caselist li .fy-picbox { height: 180px; }
    .sys-case .caselist li .fy-picbox a { line-height: 180px; height: 180px; }

    .sys-case .caselist li .casetit { height: 40px; }
    .sys-case .caselist li .casetit h3 { height: 40px; line-height: 40px; font-size:14px; }
    .sys-case .caselist li .casetit .casunn { bottom: 40px; }
    .sys-case .caselist li:active .casetit .casunn,
    .sys-case .caselist li:hover .casetit .casunn { height: 100px; }
    .sys-case .caselist li .casetit .casunn .sunn { line-height: 26px; }

    .sys-case .caselist .fy-page { display: none; }
    .sys-case .caselist .fy-wap-page { display: block; clear: both; text-align: center; margin: 10px 0 0 0; }
    .sys-case .caselist .fy-wap-page a { border: 1px solid #dbdbdb; background: #fff; padding: 5px 10px; line-height: 20px; margin: 1px; display: inline-block; color: #000; }
    .sys-case .caselist .fy-wap-page a:active { background: #fc5f00; color: #fff; border: 1px solid #fc5f00; }
    .sys-case .caselist .fy-wap-page span { display: inline-block; padding: 5px 10px; color: #fff; }
}

@media (max-width:640px) {
    .sys-case { padding: 20px 0; }
    .sys-case .case h3 { font-size: 18px; }
    .sys-case .case p.p { margin-bottom: 10px; }
    .sys-case .caselist li { width: 48%; margin-bottom:15px; }
    .sys-case .caselist li .fy-picbox { height: 150px; }
    .sys-case .caselist li .fy-picbox a { line-height: 150px; height: 150px; }
}

@media (max-width:440px) {
    .sys-case .caselist li .fy-picbox { height: 130px; }
    .sys-case .caselist li .fy-picbox a { line-height: 130px; height: 130px; }
}




/*案例详情*/
.caselist-dtail { width: 100%; background-color: #f5f5f5; padding: 40px 0 100px; }
.case-dtail { width: 1200px; min-height: 500px; margin: 0 auto; }
.fy-des { width: 860px; min-height: 500px; float: left; background-color: #fff; }

.case-dtail .fy-des { width: 860px; float: left; padding: 30px; margin-right: 20px; box-sizing: border-box; background-color: #fff; }
.case-dtail .tuij { width: 320px; float: right; box-sizing: border-box; background-color: #fff; }

.case-dtail .fy-title { width: 100%; height: auto; line-height: 34px; font-size: 24px; color: #333333; text-align: left; font-weight: normal; margin-bottom: 10px; }
.case-dtail .fy-dtin { height: auto; line-height: 28px; text-align: left; color: #999999; border-bottom: 1px dashed #dfdfdf; padding-bottom: 10px; margin-bottom: 20px; }
.case-dtail .fy-dtin span { margin-right: 20px; font-size: 12px; float: left; }

.case-dtail .fy-dtin span.fy-time { background: url(../images/time.png) no-repeat left; padding-left: 20px; }
.case-dtail .fy-dtin span.fy-cknum { background: url(../images/cknum.png) no-repeat left; padding-left: 25px; }

.case-dtail .fy-dtin .fy-goback { float: right; box-sizing: border-box; }
.case-dtail .fy-dtin .fy-goback a { display: block; float: right; height: 28px; line-height: 28px; font-size: 14px; color: #666666; text-align: left; padding-left: 56px; border-radius: 5px; background: url(../images/170031062878.png) no-repeat 28px center; box-sizing: border-box; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.case-dtail .fy-dtin .fy-goback a:hover { color: #ae2a25; }

.case-dtail .fy-img { overflow: hidden; text-align: center; margin-bottom: 10px; }
.case-dtail .fy-img img { max-width: 100%; margin: 0 auto; }
.case-dtail .fy-con { line-height: 30px; font-size: 16px; color: #888888; text-align: left; }
.case-dtail .fy-con img { max-width: 100%; }
.case-dtail .fy-d-tabs { border-top: 1px solid #dfdfdf; padding: 20px 0 20px; font-size: 14px; margin-top: 10px; }
.case-dtail .fy-d-tabs .fy-d-prev { float: left; width: 100%; height: 32px; line-height: 32px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-bottom: 10px; }
.case-dtail .fy-d-tabs .fy-d-next { float: left; width: 100%; height: 32px; line-height: 32px; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.case-dtail .fy-d-tabs .fy-d-prev span.span,
.case-dtail .fy-d-tabs .fy-d-next span.span { display: block; float: left; width: 80px; height: 32px; line-height: 32px; font-size: 16px; color: #888888; background-color: #f2f2f2; text-align: center; margin-right: 10px; }
.case-dtail .fy-d-tabs .fy-d-prev a { color: #686868 }
.case-dtail .fy-d-tabs .fy-d-prev a:hover { color: #f55f33; }
.case-dtail .fy-d-tabs .fy-d-next a { color: #686868 }
.case-dtail .fy-d-tabs .fy-d-next a:hover { color: #f55f33; }
.case-dtail .fy-m-tabs { display: none; }

.case-dtail .tuij .tit { width: 100%; height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; padding: 0 20px; background-color: #f55f33; box-sizing: border-box; }

.case-dtail .tuij .tjcase { width: 100%; padding: 20px; }
.case-dtail .tuij ul { }
.case-dtail .tuij li { width: 280px; height: 255px; margin-bottom: 20px; float: left; }
.case-dtail .tuij li .fy-picbox { width: 100%; height: 210px; background: #fff; overflow: hidden; }
.case-dtail .tuij li .fy-picbox a { line-height: 210px; height: 210px; }
.case-dtail .tuij li .fy-picbox img { max-width: 100%; max-height: 100%; vertical-align: middle; object-fit: cover; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s; }
.case-dtail .tuij li:hover .fy-picbox img { transform: scale(1.05); }
.case-dtail .tuij li .casetit { width: 100%; height: 60px; position: relative; }
.case-dtail .tuij li .casetit a { display: block; }
.case-dtail .tuij li .casetit h3 { width: 100%; height: 45px; line-height: 45px; text-align: center; font-weight: normal; font-size: 14px; color: #686868; background-color: #f1f1f1; padding: 0 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; transition: all .5s; }
.case-dtail .tuij li:hover .casetit h3 { background-color: #f55f33; color: #fff; }

@media (max-width:1440px) {
}

@media (min-width:1201px) {
    .case-dtail .fy-des { flex: 1; }
    .case-dtail .tuij { flex: 0.1; }
}

@media (max-width:1200px) {
    .caselist-dtail { padding: 30px 0 60px; }
    .case-dtail { max-width: 1200px; width: auto; }
    .case-dtail .fy-des { width: 100%; margin-bottom: 20px; }
    .case-dtail .tuij { width: 100%; }

    .case-dtail .tuij .tjcase { padding: 10px; }
    .case-dtail .tuij ul { margin-left: -1%; overflow: hidden; }
    .case-dtail .tuij li { width: 24%; margin-left: 1%; }
    .case-dtail .tuij li .casetit { height: 45px; }
    .case-dtail .tuij li .casetit h3 { height: 45px; line-height: 45px; }
}

@media (max-width:991px) {
    .caselist-dtail { padding: 20px 0 40px; }
    .case-dtail .fy-des { padding: 20px; }
    .case-dtail .fy-title { line-height: 30px; font-size: 20px; }
    .case-dtail .fy-con { font-size: 14px; }
    .case-dtail .fy-d-tabs .fy-d-prev span.span,
    .case-dtail .fy-d-tabs .fy-d-next span.span { font-size: 14px; }

    .case-dtail .tuij .tit { height: 40px; line-height: 40px; font-size: 16px; padding: 0 10px; }
    .case-dtail .tuij li { height: auto; }
    .case-dtail .tuij li .fy-picbox { height: 180px; }
    .case-dtail .tuij li .fy-picbox a { line-height: 180px; height: 180px; }
    .case-dtail .tuij li .fy-picbox img { width: 100%; height: 100%; }

    .case-dtail .tuij li .casetit { height: 40px; }
    .case-dtail .tuij li .casetit h3 { height: 40px; line-height: 40px; }
}

@media (max-width:640px) {
    .caselist-dtail { padding: 10px 0 20px; }
    .case-dtail .fy-des { padding: 10px; }
    .case-dtail { padding: 10px; }
    .case-dtail .fy-title { font-size: 18px; }
    .case-dtail .fy-d-tabs .fy-d-prev span.span,
    .case-dtail .fy-d-tabs .fy-d-next span.span { width: 60px; }

    .case-dtail .tuij ul { margin-left: -2%; }
    .case-dtail .tuij li { width: 48%; margin-left: 2%; }
    .case-dtail .tuij li .fy-picbox { height: 150px; }
    .case-dtail .tuij li .fy-picbox a { line-height: 150px; height: 150px; }
    .case-dtail .tuij li .casetit { height: 36px; }
    .case-dtail .tuij li .casetit h3 { height: 36px; line-height: 36px; }
}

@media (max-width:440px) {
    .case-dtail .tuij li .fy-picbox { height: 120px; }
    .case-dtail .tuij li .fy-picbox a { line-height: 120px; height: 120px; }
}
